﻿# To modders:
# This file is for mod detection purposes only.
# You don't have to include it in your mod.

on_game_start = {
	on_actions = {
		nameplates_on_game_start
	}
}

nameplates_on_game_start = {
	effect = {
		set_global_variable = {
			name = nameplates_mod_version
			value = 1.96
		}

		# Suppress error logs
		if = {
			limit = {
				exists = global_var:nameplates_mod_version
			}
			# Do nothing
		}
	}
}
